cargo.git
2015-11-18 Ivan UkhovSpell “Cargo” consistently
2015-11-18 Ivan UkhovSpell “GitHub” consistently
2015-11-18 Ivan UkhovFix a typo
2015-11-18 Ivan UkhovUse “etc.” consistently
2015-11-18 Ivan UkhovUse proper quotation marks
2015-11-15 borsAuto merge of #2131 - alexcrichton:cargo-clean, r=brson
2015-11-15 Alex CrichtonFix a number of bugs with cargo clean
2015-11-12 borsAuto merge of #2136 - gkoz:empty_fingerprint, r=alexcri...
2015-11-11 Gleb KozyrevFix #1504. Don't blow up on empty fingerprint files
2015-11-11 borsAuto merge of #2135 - alexcrichton:bundle-crate-in...
2015-11-11 Alex CrichtonOnly read one package from registry tarballs
2015-11-11 Alex CrichtonRefactor testing the registry
2015-11-10 borsAuto merge of #2128 - k0pernicus:patch-1, r=alexcrichton
2015-11-10 WebTogzUpdate guide.md
2015-11-10 borsAuto merge of #2126 - johshoff:default_dependency_heade...
2015-11-10 WebTogzUpdate guide.md
2015-11-09 borsAuto merge of #2129 - alexcrichton:cargo-rustdoc, r...
2015-11-09 WebTogzUpdate guide.md
2015-11-09 Alex CrichtonRebase `cargo rustdoc` and tweak behavior
2015-11-09 Manish GoregaokarAdd `cargo rustdoc` for passing arbitrary flags to...
2015-11-08 Johannes HoffAdd dependency header in default Cargo.toml
2015-11-05 borsAuto merge of #2118 - alexcrichton:update-curl, r=alexc...
2015-11-05 Alex CrichtonUpdate to a curl-rust that doesn't use OpenSSL on OSX
2015-11-05 borsAuto merge of #2115 - alexcrichton:nondeterminism,...
2015-11-05 Alex CrichtonRelax some output assertions in tests
2015-11-04 borsAuto merge of #2114 - alexcrichton:install-relative...
2015-11-04 Alex CrichtonFix install `--path` with a relative path
2015-11-04 borsAuto merge of #2113 - alexcrichton:weird-filenames...
2015-11-04 Alex CrichtonAdd more safeguards around odd filenames
2015-11-03 borsAuto merge of #2091 - winger:master, r=alexcrichton
2015-11-03 wingerChanges required for cargo-metadata
2015-11-03 borsAuto merge of #2103 - takkanm:add_install_help, r=alexc...
2015-11-03 Mitsutaka Mimuraadd install help
2015-11-02 borsAuto merge of #2104 - mbrubeck:test-doc, r=alexcrichton
2015-11-02 Matt BrubeckDocs: Mention the [[example]] section
2015-11-02 Matt BrubeckExpand documentation on integration tests
2015-11-02 Matt BrubeckDocs: Clarify what `cargo test` compiles vs. runs
2015-10-31 borsAuto merge of #2097 - alexcrichton:dont-panic-when...
2015-10-31 Alex CrichtonDon't panic when printing the precise source id
2015-10-30 borsAuto merge of #2092 - gkoz:lock_line_endings, r=alexcri...
2015-10-30 Gleb KozyrevDetect the line endings convention of Cargo.lock (CRLF...
2015-10-30 Gleb KozyrevAvoid overwriting the lockfile if there are no changes
2015-10-30 borsAuto merge of #2093 - alexcrichton:bump, r=alexcrichton
2015-10-30 Alex CrichtonBump to 0.7.0
2015-10-30 Gleb KozyrevAdd a test for #2076, preservation of line endings...
2015-10-30 borsAuto merge of #2070 - alexcrichton:test-optional, r...
2015-10-22 borsAuto merge of #2077 - Lechindianer:master, r=alexcrichton
2015-10-22 Pascal SchmidFixed typo
2015-10-21 borsAuto merge of #2061 - alexcrichton:update, r=alexcrichton
2015-10-21 Alex CrichtonUpdate dependencies
2015-10-21 borsAuto merge of #2071 - aarzee:master, r=alexcrichton
2015-10-21 borsAuto merge of #2072 - durka:patch-2, r=alexcrichton
2015-10-21 Alex Burkafix copy/paste error in doc
2015-10-21 Carlos LiamCleanup
2015-10-21 Alex CrichtonAllow testing optional dependencies
2015-10-20 borsAuto merge of #2068 - alexcrichton:root-profiles, r...
2015-10-20 Alex CrichtonAlways use the root package's set of profiles
2015-10-20 borsAuto merge of #2067 - apasel422:spell, r=alexcrichton
2015-10-20 Andrew PaseltinerCorrect spelling in docs
2015-10-19 borsAuto merge of #2062 - aarzee:master, r=steveklabnik
2015-10-19 Carlos LiamClean whitespace
2015-10-19 borsAuto merge of #2026 - alexcrichton:cargo-install, r...
2015-10-19 Alex CrichtonFinish implementing `cargo install`
2015-10-19 Steve KlabnikBasic work for cargo install
2015-10-18 borsAuto merge of #2060 - sorear:broken-links, r=huonw
2015-10-18 Stefan O'RearFix broken links in documentation
2015-10-17 borsAuto merge of #2055 - alexcrichton:rustdoc-race, r...
2015-10-16 borsAuto merge of #2053 - gkoz:run_human_error, r=alexcrichton
2015-10-16 borsAuto merge of #2037 - honorabrutroll:master, r=alexcrichton
2015-10-16 Edward YangDifferentiates documentation and compilation in user...
2015-10-14 Gleb KozyrevWrap `cargo run` `ProcessError` in `Human` if the exit...
2015-10-13 Alex CrichtonPre-create the output doc directory
2015-10-13 Gleb KozyrevClarify the default `cargo run` error message on a...
2015-10-13 Gleb KozyrevAdd `cargo run` exit_code_verbose test
2015-10-12 borsAuto merge of #2052 - rgardner:add-wildcard-end-date...
2015-10-12 Robert GardnerAdd crates.io wildcard end date to FAQ
2015-10-12 borsAuto merge of #2050 - gkoz:build_cfgs, r=alexcrichton
2015-10-11 Gleb KozyrevPropagate custom cfg directives to rustdoc, fixes ...
2015-10-10 Gleb KozyrevStore all cfgs in Compilation instead of features only
2015-10-10 Gleb KozyrevAdd features test to cardo doc tests
2015-10-10 Gleb KozyrevAdd tests for passing cfg directives when building...
2015-10-10 borsAuto merge of #2048 - alexcrichton:build-script-fresh...
2015-10-09 Alex CrichtonFix recompiles where overrides changed
2015-10-09 borsAuto merge of #2046 - gkoz:find_perm, r=alexcrichton
2015-10-09 borsAuto merge of #2044 - alexcrichton:fingerprint-better...
2015-10-09 Gleb KozyrevIgnore `*.py` in `make no-exes`
2015-10-09 borsAuto merge of #2047 - akiss77:makefile-cfg-optimize...
2015-10-09 borsAuto merge of #2045 - zv:master, r=alexcrichton
2015-10-09 Akos KissFix the usage of CFG_xxxABLE_OPTIMIZE variables in...
2015-10-09 Gleb KozyrevUse the more portable `find -perm` syntax
2015-10-09 zvMerge branch 'compdef_coloropts'
2015-10-09 zvzsh compdef should supply color options
2015-10-09 zvReplace repeat options w/ command_scope_spec spec
2015-10-09 zv`_arguments` util. function for build scope specs
2015-10-09 Alex CrichtonInclude filename in path fingerprint
2015-10-08 borsAuto merge of #2035 - alexcrichton:optimize-default...
2015-10-08 borsAuto merge of #2040 - alexcrichton:dedupe, r=brson
2015-10-08 Alex CrichtonDon't test SSL errors on OSX
2015-10-08 borsAuto merge of #2032 - alexcrichton:output-asap, r=brson
2015-10-08 Alex CrichtonAuto de-dupe build scripts to link
next